Function: hasBound(object) Description: Determines if an object has an associated bound object previously set using bindObjects(). Returns: True if bound, false otherwise. Example: // Does object1 have a previously set bound object. var isBound = $A.hasBound(domElement1);